resumeStack
Type
message
Summary
Sent to the current card when a stack window is brought to the front.
Syntax
resumeStack
Description
Handle the resumeStack message if you want to perform some action when a stack window is made active.
The resumeStack message is sent whenever a stack window becomes the active window.
The actual window activation process is not triggered by the resumeStack message, so trapping the message and not allowing it to pass does not prevent the stack window from becoming the active window.
Examples
on resumeStack -- show a palette that only applies to this window
show stack "Accessories"
end resumeStack
Related
function: flushEvents
glossary: trap, current card, message, active window, stack window
message: resume, unIconifyStack, suspendStack
object: stack
control structure: pass
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
Platforms
desktop
server